home *** CD-ROM | disk | FTP | other *** search
- #import "ColumnMatrix.h"
- #import <appkit/appkit.h>
-
- @interface ArticleSetMatrix:ColumnMatrix
- {
-
- }
-
- - initFrame:(const NXRect *)frameRect;
-
- - (const char *)stringValueForCellAt:(int)index;
-
- - (void)writeSelectionToPasteboard:(Pasteboard *)pboard asType:(NXAtom)type;
-
- - (BOOL)selectArticleWithNumber:(long)snumber;
-
- @end
-